home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Tool Chest / Printing / LaserWriter 8 v8.3 / LaserWriter 8 / Printer Descriptions / LaserWriter Select 360f < prev    next >
Encoding:
PostScript Printer Description  |  1994-09-02  |  20.9 KB  |  599 lines  |  [TEXT/????]

  1. *PPD-Adobe: "4.2"
  2. *FormatVersion: "4.2"
  3. *FileVersion: "1.10"
  4. *LanguageVersion: English
  5. *PCFileName: "APLWSELF.PPD"
  6. *Product: "(LaserWriter Select 360f)"
  7. *PSVersion: "(2013.112) 1"
  8. *ModelName: "Apple LaserWriter Select 360 v2013.112"
  9. *NickName: "Apple LaserWriter Select 360 v2013.112 with Fax Card"
  10.  
  11. *% === Options and Constraints =========
  12. *OpenGroup: InstallableOptions/Options Installed
  13. *OpenUI *InstalledMemory/Memory Configuration: PickOne
  14. *DefaultInstalledMemory: 7Meg
  15. *InstalledMemory 7Meg/Standard 7 MB RAM: ""
  16. *InstalledMemory 16Meg/16 MB Upgrade: ""
  17. *?InstalledMemory: "
  18.     (7Meg)currentsystemparams/RamSize get
  19.     16777216 eq{pop(16Meg)}if
  20.     =
  21. "
  22. *End
  23. *CloseUI: *InstalledMemory
  24.  
  25. *OpenUI *Option2/Cassette (250/500 Sheets): PickOne
  26. *DefaultOption2: False
  27. *Option2 True/Installed: ""
  28. *Option2 False/Not Installed: ""
  29. *Option2 Preferred/Installed and Preferred: "
  30.     1 dict dup /InputAttributes 1 dict dup /Priority [2 0 1] put put setpagedevice "
  31. *End
  32. *?Option2: "
  33.     save
  34.     currentpagedevice
  35.     /InputAttributes get
  36.     2 known {(True)}{(False)} ifelse = flush
  37.     restore "
  38. *End
  39. *CloseUI: *Option2
  40. *CloseGroup: InstallableOptions
  41.  
  42. *UIConstraints: *Resolution 600dpi *Smoothing True
  43. *UIConstraints: *Resolution 600dpi *BitsPerPixel 4
  44. *UIConstraints: *Option2 False *InputSlot Lower
  45.  
  46. *% ==== Device Capabilities ===============
  47. *LanguageLevel: "2"
  48. *Protocols: BCP
  49. *Emulators: LaserJetIII
  50. *StartEmulator_LaserJetIII: "currentfile /LaserJetIII statusdict /emulate get exec "
  51. *StopEmulator_LaserJetIII: "<1B>E"
  52.  
  53. *FreeVM: "1203584"
  54. *VMOption 7Meg/Standard 7 MB RAM: "1203584"
  55. *VMOption 16Meg/16 MB Upgrade: "9638128"
  56. *ColorDevice: False
  57. *DefaultColorSpace: Gray
  58. *VariablePaperSize: False
  59. *FaxSupport: Base
  60. *FileSystem: False
  61. *Throughput: "10"
  62. *Password: "()" 
  63. *ExitServer: "
  64.  count 0 eq
  65.  { false } { true exch startjob } ifelse
  66.  not { 
  67.      (WARNING: Cannot modify initial VM.) =
  68.      (Missing or invalid password.) =
  69.      (Please contact the author of this software.) = flush quit
  70.      } if
  71. "
  72. *End
  73. *Reset: "
  74.  count 0 eq
  75.  { false } { true exch startjob } ifelse
  76.  not { 
  77.     (WARNING: Cannot reset printer.) =
  78.     (Missing or invalid password.) =
  79.     (Please contact the author of this software.) = flush quit
  80.     } if
  81.  systemdict /quit get exec
  82.  (WARNING : Printer Reset Failed.) = flush
  83. "
  84. *End
  85.  
  86. *OpenUI *Resolution/Choose Resolution: PickOne
  87. *OrderDependency: 10 AnySetup *Resolution
  88. *DefaultResolution: 600dpi
  89. *Resolution 600dpi: "1 dict dup /HWResolution [600 600] put setpagedevice"
  90. *Resolution 300dpi: "1 dict dup /HWResolution [300 300] put setpagedevice"
  91. *?Resolution: "
  92.   save
  93.     /ActualValues /ProcSet findresource
  94.     begin HWResolution end
  95.     0 get
  96.     (          ) cvs print
  97.     (dpi)
  98.     = flush
  99.   restore
  100. "
  101. *End
  102. *CloseUI: *Resolution
  103.  
  104. *% Halftone Information ===============
  105. *ScreenFreq: "85.0"
  106. *ScreenAngle: "45.0"
  107. *DefaultScreenProc: Dot
  108. *ScreenProc Dot: "
  109. {abs   exch   abs   2 copy   add   1 gt   {1 sub   dup   mul   exch  
  110. 1 sub   dup   mul   add   1 sub  } {dup   mul   exch   dup   mul  
  111. add   1 exch   sub  } ifelse  }
  112. "
  113. *End
  114. *ScreenProc Line: "{ pop }"
  115. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  116.  
  117. *DefaultTransfer: Null
  118. *Transfer Null: "{ }"
  119. *Transfer Null.Inverse: "{ 1 exch sub }"
  120.  
  121. *OpenUI *Smoothing/FinePrint(TM): Boolean
  122. *OrderDependency: 50 AnySetup *Smoothing
  123. *DefaultSmoothing: False
  124. *Smoothing True/On: "
  125.   2 dict 
  126.     dup /PostRenderingEnhance true put 
  127.     dup /PostRenderingEnhanceDetails 
  128.       2 dict 
  129.         dup /Type 1 put
  130.         dup /ActualPostRenderingEnhance true put
  131.       put
  132.   setpagedevice
  133. "
  134. *End
  135. *Smoothing False/Off: "
  136.   2 dict 
  137.     dup /PostRenderingEnhance false put 
  138.     dup /PostRenderingEnhanceDetails 
  139.       2 dict 
  140.         dup /Type 1 put
  141.         dup /ActualPostRenderingEnhance false put
  142.       put
  143.   setpagedevice
  144. "
  145. *End
  146. *?Smoothing: "
  147.    save currentpagedevice /PostRenderingEnhanceDetails get
  148.    /ActualPostRenderingEnhance get
  149.    {(True)}{(False)} ifelse = flush restore"
  150. *End
  151. *CloseUI: *Smoothing
  152.  
  153.  
  154. *% Paper Handling ===================
  155.  
  156. *% Code in this section both selects a tray and sets up a frame buffer.
  157. *OpenUI *PageSize: PickOne
  158. *OrderDependency: 30 AnySetup *PageSize
  159. *DefaultPageSize: Letter
  160. *PageSize Letter/US Letter: "
  161.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  162. *End
  163. *PageSize Legal/US Legal: "
  164.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  165. *End
  166. *PageSize A4: "
  167.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  168. *End
  169. *PageSize B5: "
  170.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  171. *End
  172. *PageSize Executive: "
  173.     2 dict dup /PageSize [522 756] put dup /ImagingBBox null put setpagedevice"
  174. *End
  175. *PageSize A5: "
  176.     2 dict dup /PageSize [420 595] put dup /ImagingBBox null put setpagedevice"
  177. *End
  178. *PageSize LetterSmall/US Letter Small: "
  179.     2 dict dup /PageSize [612 792] put dup /ImagingBBox [25 25 587 767] put setpagedevice"
  180. *End
  181. *PageSize A4Small/A4 Small: "
  182.     2 dict dup /PageSize [595 842] put dup /ImagingBBox [25 25 570 817] put setpagedevice"
  183. *End
  184. *PageSize LegalSmall/US Legal Small:  "
  185.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox [25 25 587 983] put setpagedevice"
  186. *End
  187. *PageSize Com10/Comm10 Envelope: "
  188.     2 dict dup /PageSize [297 684] put dup /ImagingBBox null put setpagedevice"
  189. *End
  190. *PageSize Monarch/Monarch Envelope: "
  191.     2 dict dup /PageSize [279 540] put dup /ImagingBBox null put setpagedevice"
  192. *End
  193. *PageSize C5/C5 Envelope: "
  194.     2 dict dup /PageSize [459 649] put dup /ImagingBBox null put setpagedevice"
  195. *End
  196. *PageSize DL/DL Envelope: "
  197.     2 dict dup /PageSize [312 624] put dup /ImagingBBox null put setpagedevice"
  198. *End
  199. *?PageSize: "
  200.   save
  201.    currentpagedevice /PageSize get aload pop
  202.    2 copy gt {exch} if 
  203.    (Unknown) 
  204.   10 dict
  205.    dup [612 792] (Letter) put
  206.    dup [612 1008] (Legal) put
  207.    dup [595 842] (A4) put
  208.    dup [516 729] (B5) put
  209.    dup [522 756] (Executive) put
  210.    dup [420 595] (A5) put
  211.    dup [279 540] (Monarch) put
  212.    dup [297 684] (Com10) put
  213.    dup [459 649] (C5) put
  214.    dup [312 624] (DL) put
  215.  { exch aload pop 4 index sub abs 5 le exch 
  216.    5 index sub abs 5 le and 
  217.       {exch pop exit} {pop} ifelse
  218.    } bind forall
  219.    = flush pop pop
  220.    restore
  221. "
  222. *End
  223. *CloseUI: *PageSize
  224.  
  225. *OpenUI *PageRegion:  PickOne
  226. *OrderDependency: 40 AnySetup *PageRegion
  227. *DefaultPageRegion: Letter
  228. *PageRegion Letter/US Letter: "
  229.    3 dict dup /PageSize [612 792] put dup /ImagingBBox null put
  230.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 792] put put put setpagedevice "
  231. *End
  232. *PageRegion Legal/US Legal: "
  233.    3 dict dup /PageSize [612 1008] put dup /ImagingBBox null put
  234.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 1008] put put put setpagedevice "
  235. *End
  236. *PageRegion A4: "
  237.    3 dict dup /PageSize [595 842] put dup /ImagingBBox null put
  238.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [595 842] put put put setpagedevice "
  239. *End
  240. *PageRegion B5: "
  241.    3 dict dup /PageSize [516 729] put dup /ImagingBBox null put
  242.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [516 729] put put put setpagedevice "
  243. *End
  244. *PageRegion Executive: " 
  245.    3 dict dup /PageSize [522 756] put dup /ImagingBBox null put
  246.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [522 756] put put put setpagedevice "
  247. *End
  248. *PageRegion A5: " 
  249.    3 dict dup /PageSize [420 595] put dup /ImagingBBox null put
  250.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [420 595] put put put setpagedevice "
  251. *End
  252. *PageRegion LetterSmall/US Letter Small: "
  253.    3 dict dup /PageSize [612 792] put dup /ImagingBBox [25 25 587 767] put
  254.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 792] put put put setpagedevice "
  255. *End
  256. *PageRegion A4Small/A4 Small: " 
  257.    3 dict dup /PageSize [595 842] put dup /ImagingBBox [25 25 570 817] put
  258.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [595 842] put put put setpagedevice "
  259. *End
  260. *PageRegion LegalSmall/US Legal Small:  "
  261.    3 dict dup /PageSize [612 1008] put dup /ImagingBBox [25 25 587 983] put
  262.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [612 1008] put put put setpagedevice "
  263. *End
  264. *PageRegion Com10/Comm10 Envelope: " 
  265.    3 dict dup /PageSize [297 684] put dup /ImagingBBox null put
  266.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [297 684] put put put setpagedevice "
  267. *End
  268. *PageRegion Monarch/Monarch Envelope: "
  269.    3 dict dup /PageSize [279 540] put dup /ImagingBBox null put
  270.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [279 540] put put put setpagedevice "
  271. *End
  272. *PageRegion C5/C5 Envelope: "
  273.    3 dict dup /PageSize [459 649] put dup /ImagingBBox null put
  274.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [459 649] put put put setpagedevice "
  275. *End
  276. *PageRegion DL/DL Envelope: "
  277.    3 dict dup /PageSize [312 624] put dup /ImagingBBox null put
  278.    dup /InputAttributes 1 dict dup 1 1 dict dup /PageSize [312 624] put put put setpagedevice "
  279. *End
  280. *CloseUI: *PageRegion
  281.  
  282. *% The following entries provide information about specific paper keywords.
  283. *DefaultImageableArea: Letter
  284. *ImageableArea Letter/US Letter: "14.16 11.3401 597.84 777.66 "
  285. *ImageableArea Legal/US Legal: "14.16 11.34 597.84 993.66 " 
  286. *ImageableArea A4: "13.2001 11.34 581.52 827.82 "
  287. *ImageableArea B5: "12.0 11.3401 503.52 714.78 "
  288. *ImageableArea Executive: "11.28 11.34 510.48 741.66 "
  289. *ImageableArea A5: "15.12 11.34 406.8 580.62 "
  290. *ImageableArea LetterSmall/US Letter Small: "31 31 583 761 "
  291. *ImageableArea A4Small/A4 Small: "29 31 567 812 "
  292. *ImageableArea LegalSmall/US Legal Small: "64 54 548 954 "
  293. *ImageableArea Com10/Comm10 Envelope: "13.92 11.34 282.72 669.66 "
  294. *ImageableArea Monarch/Monarch Envelope: "12.7201 11.34 266.16 525.66 "
  295. *ImageableArea C5/C5 Envelope: "16.56 11.34 446.64 634.62 "
  296. *ImageableArea DL/DL Envelope: "13.92 14.2201 298.08 609.66 "
  297. *?ImageableArea: "
  298.  save
  299.    /cvp { (                ) cvs print ( ) print } bind def
  300.    /upperright {10000 mul floor 10000 div} bind def
  301.    /lowerleft {10000 mul ceiling 10000 div} bind def
  302.    newpath clippath pathbbox
  303.    4 -2 roll exch 2 {lowerleft cvp} repeat
  304.    exch 2 {upperright cvp} repeat flush
  305.  restore
  306. "
  307. *End
  308.  
  309. *% These provide the physical dimensions of the paper (by keyword)
  310. *DefaultPaperDimension: Letter
  311. *PaperDimension Letter/US Letter: "612 792"
  312. *PaperDimension Legal/US Legal: "612 1008"
  313. *PaperDimension A4: "595 842"
  314. *PaperDimension B5: "516 729"
  315. *PaperDimension Executive: "522 756"
  316. *PaperDimension A5: "420 595"
  317. *PaperDimension LetterSmall/US Letter Small: "612 792"
  318. *PaperDimension A4Small/A4 Small: "595 842"
  319. *PaperDimension LegalSmall/US Legal Small: "612 1008"
  320. *PaperDimension Com10/Comm10 Envelope: "297 684"
  321. *PaperDimension Monarch/Monarch Envelope: "279 540"
  322. *PaperDimension C5/C5 Envelope: "459 649"
  323. *PaperDimension DL/DL Envelope: "312 624"
  324.  
  325. *OpenUI *InputSlot: PickOne
  326. *OrderDependency: 20 AnySetup *InputSlot
  327. *DefaultInputSlot: Upper
  328. *InputSlot Upper/Cassette (250 Sheets): "
  329.   currentpagedevice /InputAttributes get 0 get 
  330.   dup null eq 
  331.   { pop } 
  332.   { dup length 1 add dict copy 
  333.     dup /InputAttributes
  334.     1 dict dup /Priority [0 1] put
  335.     put setpagedevice
  336.   } ifelse"
  337. *End
  338. *InputSlot Multipurpose/Multipurpose Tray: "
  339.   currentpagedevice /InputAttributes get 1 get 
  340.   dup null eq 
  341.   { pop } 
  342.   { dup length 1 add dict copy 
  343.     dup /InputAttributes
  344.     1 dict dup /Priority [1 0] put
  345.     put setpagedevice
  346.   } ifelse"
  347. *End
  348. *InputSlot Lower/Cassette (250/500 Sheets): "
  349.   currentpagedevice /InputAttributes get 2 get 
  350.   dup null eq 
  351.   { pop } 
  352.   { dup length 1 add dict copy 
  353.     dup /InputAttributes
  354.     1 dict dup /Priority [2 0 1] put
  355.     put setpagedevice
  356.   } ifelse"
  357. *End
  358. *?InputSlot: "
  359. save
  360.   3 dict
  361.   dup /0 (Upper) put
  362.   dup /1 (Multipurpose) put
  363.   dup /2 (Lower) put
  364.   currentpagedevice /InputAttributes get
  365.   dup /Priority known
  366.   { /Priority get 0 get (      ) cvs cvn get }
  367.   {
  368.     dup length 1 eq
  369.     { {pop} forall (       ) cvs cvn get }
  370.     { pop pop (Unknown) } ifelse
  371.   } ifelse
  372.   = flush
  373. restore
  374. "
  375. *End
  376. *CloseUI: *InputSlot
  377.  
  378. *RequiresPageRegion Multipurpose: True
  379.  
  380. *DefaultOutputBin:  OnlyOne
  381. *DefaultOutputOrder:  Normal
  382.  
  383. *OpenUI *ManualFeed/Manual Feed:  Boolean
  384. *OrderDependency: 20 AnySetup *ManualFeed
  385. *DefaultManualFeed: False
  386. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  387. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  388. *?ManualFeed: "
  389.   save
  390.     currentpagedevice /ManualFeed get
  391.     {(True)}{(False)}ifelse = flush
  392.   restore
  393. "
  394. *End
  395. *CloseUI: *ManualFeed
  396.  
  397. *OpenUI *TraySwitch:  Boolean
  398. *OrderDependency: 50 AnySetup *TraySwitch
  399. *DefaultTraySwitch: False
  400. *TraySwitch True/On: "1 dict dup /TraySwitch true put setpagedevice"
  401. *TraySwitch False/Off: "1 dict dup /TraySwitch false put setpagedevice"
  402. *?TraySwitch: "
  403. save
  404.   currentpagedevice /TraySwitch get
  405.   {(True)}{(False)}ifelse = flush
  406. restore
  407. "
  408. *End
  409. *CloseUI: *TraySwitch
  410.  
  411. *% Font Information =====================
  412. *DefaultFont: Courier
  413. *Font AvantGarde-Book: Standard "(001.006S)" Standard ROM
  414. *Font AvantGarde-BookOblique: Standard "(001.006S)" Standard ROM
  415. *Font AvantGarde-Demi: Standard "(001.007S)" Standard ROM
  416. *Font AvantGarde-DemiOblique: Standard "(001.007S)" Standard ROM
  417. *Font Bookman-Demi: Standard "(001.004S)" Standard ROM
  418. *Font Bookman-DemiItalic: Standard "(001.004S)" Standard ROM
  419. *Font Bookman-Light: Standard "(001.004S)" Standard ROM
  420. *Font Bookman-LightItalic: Standard "(001.004S)" Standard ROM
  421. *Font Courier: Standard "(002.004S)" Standard ROM
  422. *Font Courier-Bold: Standard "(002.004S)" Standard ROM
  423. *Font Courier-BoldOblique: Standard "(002.004S)" Standard ROM
  424. *Font Courier-Oblique: Standard "(002.004S)" Standard ROM
  425. *Font Helvetica: Standard "(001.006S)" Standard ROM
  426. *Font Helvetica-Bold: Standard "(001.007S)" Standard ROM
  427. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard ROM
  428. *Font Helvetica-Narrow: Standard "(001.006S)" Standard ROM
  429. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard ROM
  430. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard ROM
  431. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard ROM
  432. *Font Helvetica-Oblique: Standard "(001.006S)" Standard ROM
  433. *Font NewCenturySchlbk-Bold: Standard "(001.009S)" Standard ROM
  434. *Font NewCenturySchlbk-BoldItalic: Standard "(001.007S)" Standard ROM
  435. *Font NewCenturySchlbk-Italic: Standard "(001.006S)" Standard ROM
  436. *Font NewCenturySchlbk-Roman: Standard "(001.007S)" Standard ROM
  437. *Font Palatino-Bold: Standard "(001.005S)" Standard ROM
  438. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard ROM
  439. *Font Palatino-Italic: Standard "(001.005S)" Standard ROM
  440. *Font Palatino-Roman: Standard "(001.005S)" Standard ROM
  441. *Font Symbol: Special "(001.007S)" Special ROM
  442. *Font Times-Bold: Standard "(001.007S)" Standard ROM
  443. *Font Times-BoldItalic: Standard "(001.009S)" Standard ROM
  444. *Font Times-Italic: Standard "(001.007S)" Standard ROM
  445. *Font Times-Roman: Standard "(001.007S)" Standard ROM
  446. *Font ZapfChancery-MediumItalic: Standard "(001.007S)" Standard ROM
  447. *Font ZapfDingbats: Special "(001.004S)" Special ROM
  448.  
  449. *?FontQuery: "
  450.  save
  451.    { count 1 gt
  452.       { exch dup 127 string cvs (/) print print (:) print
  453.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  454.       } { exit } ifelse 
  455.    } bind loop
  456.    (*) = flush
  457.  restore
  458. "
  459. *End
  460.  
  461. *?FontList: "
  462. save
  463.   (*) {cvn ==} 128 string /Font resourceforall
  464.   (*) = flush
  465. restore
  466. "
  467. *End
  468.  
  469. *% Printer Messages (verbatim from printer):
  470. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  471. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  472. *Message: "\FontName\ not found, using Courier"
  473.  
  474. *% Status (format: %%[ status: <one of these> ] %%)
  475. *Status: "initializing"
  476. *Status: "idle"
  477. *Status: "holding"
  478. *Status: "busy"
  479. *Status: "waiting"
  480. *Status: "PrinterError: cover open"
  481. *Status: "PrinterError: warming up"
  482. *Status: "PrinterError: out of paper"
  483. *Status: "PrinterError: toner cartridge missing or incorrect"
  484. *Status: "PrinterError: paper entry misfeed"
  485. *Status: "PrinterError: paper exit misfeed"
  486. *Status: "PrinterError: paper jam"
  487. *Status: "PrinterError: Cassette (250 Sheet) : no paper tray"
  488. *Status: "PrinterError: Cassette (250 Sheet) : out of paper"
  489. *Status: "PrinterError: Cassette (250/500 Sheet) : no paper tray"
  490. *Status: "PrinterError: Cassette (250/500 Sheet) : out of paper"
  491. *Status: "PrinterError: Multipurpose Tray: out of paper"
  492. *Status: "PrinterError: Manual Feed: out of paper"
  493. *Status: "PrinterError: waiting for manual feed"
  494. *Status: "PrinterError: fixing temperature malfunction"
  495. *Status: "PrinterError: scanner motor malfunction"
  496.  
  497. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  498. *Source: "Serial"
  499. *Source: "Fax"
  500. *Source: "LocalTalk"
  501. *Source: "Parallel"
  502.  
  503. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  504. *PrinterError: "cover open"
  505. *PrinterError: "warming up"
  506. *PrinterError: "out of paper"
  507. *PrinterError: "toner cartridge missing or incorrect"
  508. *PrinterError: "paper entry misfeed"
  509. *PrinterError: "paper exit misfeed"
  510. *PrinterError: "paper jam"
  511. *PrinterError: "Cassette (250 Sheet) : no paper tray"
  512. *PrinterError: "Cassette (250 Sheet) : out of paper"
  513. *PrinterError: "Cassette (250/500 Sheet) : no paper tray"
  514. *PrinterError: "Cassette (250/500 Sheet) : out of paper"
  515. *PrinterError: "Multipurpose Tray: out of paper"
  516. *PrinterError: "Manual Feed: out of paper"
  517. *PrinterError: "waiting for manual feed"
  518. *PrinterError: "fixing temperature malfunction"
  519. *PrinterError: "scanner motor malfunction"
  520.  
  521. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  522.  
  523. *% Color Separation Information =====================
  524.  
  525. *DefaultColorSep: ProcessBlack.85lpi.600dpi/ 85 lpi / 600 dpi
  526.  
  527. *InkName: ProcessBlack/Process Black
  528. *InkName: CustomColor/Custom Color
  529. *InkName: ProcessCyan/Process Cyan
  530. *InkName: ProcessMagenta/Process Magenta
  531. *InkName: ProcessYellow/Process Yellow
  532.  
  533. *%  For 60 lpi / 300 dpi  ===============================
  534.  
  535. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  536. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  537. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  538. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  539. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  540.  
  541. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  542. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  543. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  544. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  545. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  546.  
  547. *%  For 53 lpi / 300 dpi  ===============================
  548.  
  549. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  550. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  551. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  552. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  553. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  554.  
  555. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  556. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  557. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  558. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  559. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  560.  
  561. *%  For 85 lpi / 600 dpi  (5,5,2,6,6,2,20/3,0) =====================
  562.  
  563. *ColorSepScreenAngle ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  564. *ColorSepScreenAngle CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "45.0"
  565. *ColorSepScreenAngle ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "71.5651"
  566. *ColorSepScreenAngle ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "18.4349"
  567. *ColorSepScreenAngle ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "0.0"
  568.  
  569. *ColorSepScreenFreq ProcessBlack.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  570. *ColorSepScreenFreq CustomColor.85lpi.600dpi/85 lpi / 600 dpi: "84.8528"
  571. *ColorSepScreenFreq ProcessCyan.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  572. *ColorSepScreenFreq ProcessMagenta.85lpi.600dpi/85 lpi / 600 dpi: "94.8683"
  573. *ColorSepScreenFreq ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "30.0"
  574.  
  575. *ColorSepScreenProc ProcessYellow.85lpi.600dpi/85 lpi / 600 dpi: "
  576. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  577. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  578. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  579. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  580. *End
  581.  
  582. *%  For 71 lpi / 600 dpi  ===============================
  583.  
  584. *ColorSepScreenAngle ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  585. *ColorSepScreenAngle CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "45.0"
  586. *ColorSepScreenAngle ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "71.5651"
  587. *ColorSepScreenAngle ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "18.4349"
  588. *ColorSepScreenAngle ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "0.0"
  589.  
  590. *ColorSepScreenFreq ProcessBlack.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  591. *ColorSepScreenFreq CustomColor.71lpi.600dpi/71 lpi / 600 dpi: "70.7107"
  592. *ColorSepScreenFreq ProcessCyan.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  593. *ColorSepScreenFreq ProcessMagenta.71lpi.600dpi/71 lpi / 600 dpi: "63.2456"
  594. *ColorSepScreenFreq ProcessYellow.71lpi.600dpi/71 lpi / 600 dpi: "66.6667"
  595.  
  596. *% Last Edit Date: Sep 2, 1994
  597. *% Written by sns@sqa for LaserWriter Select 360f Sep 2,1993
  598. *% end of PPD file for LaserWriter Select 360f
  599.